/*Bootstrap enhancements*/
/* Default margin-bottom classes */
.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

/* Large screen (lg) and extra large screen (xxl) specific classes */
@media (min-width: 992px) {
    .mb-lg-60 {
        margin-bottom: 60px;
    }

    .mb-lg-120 {
        margin-bottom: 120px;
    }
}

@media (min-width: 1200px) {
    .mb-xxl-180 {
        margin-bottom: 180px;
    }
}

.our-service-area-start .tab-pane  ul {
    display: flex; 
    flex-direction: column;
}

/* Custom transition for the slider */
.our-service-area-start-solar .swiper-slide {
    transition-property: transform; 
    transition-duration: 0.5s; 
}

/* Custom transform for the slider */
.our-service-area-start-solar .swiper-slide {
    transform: translateX(0); 
}

/* Adjust the translateX value to move the slider horizontally */


/*For footer flexbox to create the space needed*/
.rts-footer-one.footer-bg-two .copyright-area-two {
    justify-content: space-between;
}

.backbone-logo,
.expresia-logo {
    height: 50px;
    width: 120px;
    display: inline-block;
    vertical-align: middle;
}

/*modal window styling*/
.modalWindow .modal-content {
    background-color: transparent;
    border: unset;
    border-radius: unset;
}

.modalWindow .modal-header {
    padding: 25px 0 5px;
}

.modalWindow .modal-header {
    color: #fff;
    margin-bottom: 10px;
}

.modalWindow .modal-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 0;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.modalWindow iframe {
    width: 100%;
    height: 685px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .modalWindow iframe {
        min-height: 353px;
    }
}

@media (min-width: 1200px) {
    .modalWindow iframe {
        width: 1085px;
    }
}

@media (min-width: 1440px) {
    .modalWindow iframe {
        width: 1200px;
    }
}

/*.modalWindow iframe {*/
/*    min-height: 360px;*/
/*    width: 100%;*/
/*}*/

iframe {
    border: 0;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    transform: translateY(-50px);
}

.modalWindow .modal-dialog {
    width: 100%;
    max-width: 100%;
    min-height: unset;
    position: relative;
    top: 10vh;
}

.modal-content {
    width: unset;
}

.modal-title {
    color: aliceblue;
}

.modalWindow .modal-dialog {
    padding: 20px;
    margin: 0;
}

.modal-body {
    padding: unset;
}

.modal-close {
    color: aliceblue;
    width: fit-content;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}

/* set a max width so as the words wrap in the the box in playlist in about Area Style 4 - https://eunice-power.gr/xpr/bundles/edit/5/162 */
.small-bottom-right.bg_image {
    max-width: 490px;
}


/*custom form css*/
.cform-title {
    color: #2C2C2C
}

.rts-contact-wrapper-form-area p.pre {
    color: #9CCB3D;
}

.after-title {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.contact-page-form input {
    border-radius: unset;
}

.form-fields-wraper {
    display: flex;
    margin-bottom: 20px;
}

.form-fields-wraper .col-12 {
    flex: 0 0 100%;
    margin-bottom: 10px;
}

.form-fields-wraper label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #666666;
}

.form-fields-wraper input[type="text"],
.form-fields-wraper input[type="email"],
.form-fields-wraper input[type="tel"],
.form-fields-wraper select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}


/* Adjust input field styles as needed */
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px; /* Adjust the margin as needed */
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.swiper-wrapper-mask {
    position: absolute;
    
    right: -1000px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    /*background: black;*/
    background: linear-gradient(90deg, rgba(246, 246, 246, 0.00) 0%, #F6F6F6 100%);
    z-index: 10;
}

.form--area {
    overflow: hidden;
}

#contact-form {
    position: relative;
}

.single-card-program {
    display: flex;
    flex-direction: column;
    
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.single-card-program .card-category {
    /*color: #FCB913;*/
    padding-top: 20px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.single-card-program .card-title {
    color: #2C2C2C;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-card-program .card-text-fields {
    padding: 25px;
}

.single-card-program .card-links {
    display: flex;
    justify-content: space-between;
}

.card-links .interested-btn {
    border-radius: 10px 0px;
    background: #CDCDCD;
    text-align: center;
    padding: 18px 48px;
    
    color: #333;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    width: 50%;
}
@media screen and (max-width: 1281px) {
    .card-links .interested-btn {
        padding: 10px 20px;
    }
}
@media screen and (max-width: 1024px) {
    .card-links .interested-btn {
        padding: 10px 12px;
    }
    .card-links .interested-btn span {
        text-wrap: wrap;
    }
}

.interested-btn.checked::before {
    background-color: #4CAF50; 
    border-color: #4CAF50; 
}

.card-links .learn-more-btn {
    padding: 10px 20px;
    color: #636363;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-wrap: wrap;
}

.card-program-description {
    padding-bottom: 10px;
}

/* Hide the default checkbox */
.interested-btn input[type="checkbox"] {
    display: none;
}

/* Style the checkmark */
.interested-btn .checkmark {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #000;
    border-radius: 4px;
    background-color: #fff;
}



/* Style the checkmark when the checkbox is checked */
.interested-btn input[type="checkbox"]:checked + .checkmark {
    background-color: #9CCB3D; /* Change color to green */
}

/* Style the label text */
.interested-btn span {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    cursor: pointer;
    position: relative; 
    z-index: 1;
    white-space: nowrap;
}

/* Hide the spans inside .interested-btn when the checkbox is checked */
.interested-btn.checked .checkmark,
.interested-btn.checked span {
    display: none;
}

.check-icon {
    display: none;
}

.swiper {
  position: relative;
}

.form-group {
    display: flex;
    align-items: center; /* Align items vertically */
    margin-top: 30px;
}

#contact-form #consent-label:before {
    width: 30px;    
    height: 30px;
    flex-shrink: 0;  
    border-radius: 4px;  
    background: #CDCDCD;  
    margin-right: 15px;
}

/*#contact-form #consent-label:after {*/
    /*top: 50%;*/
/*    width: 15px;*/
/*    height: 12px;*/
/*}*/

/* Style the label text */
#consent-label {
    /*display: flex;*/
    /*align-items: center; */
    font-size: 14px; /* Adjust font size as needed */
    margin-bottom: 0px;
}

.consent-text {
    margin-left: 15px;
}

#consent-label span {
     vertical-align: middle; /* Align text vertically */
}

.rts-btn.btn-primary {
    color: #333;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
}

.rts-btn.btn-primary:before {
    border-radius: 6px;
    background: #F2E633;
}

.contact-page-form textarea:hover {
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.consent-text { 
    margin-bottom: 10px;
}

/* Swiper programs */
.swiper.mySwiper-programs {
    position: relative;
}

.mySwiper-programs .swiper-button-prev, 
.mySwiper-programs .swiper-button-next {
    position: absolute;
    width: 30px; 
    height: 30px; 
    border-radius: 50%;
    z-index: 1000; 
    cursor: pointer;
    background-image: none;
    fill: #333333; /* Fill color */
    stroke: #333333; /* Stroke color */
    stroke-width: 0.5; /* Stroke width */
    top: -45px;
    z-index: 2;
}
@media all and (min-width: 1204px) {
    .mySwiper-programs .swiper-button-prev, 
    .mySwiper-programs .swiper-button-next {
        top: -58px;
    }
}
.mySwiper-programs .swiper-button-prev {
  left: unset;
  right: 50px;
}

.mySwiper-programs .swiper-button-next {
  right: 0; 
}

.mySwiper-programs .swiper-slide,
.mySwiper-programs .single-card-program {
    min-height: 440px;   
}

@media all and (min-width: 1204px) {
    .mySwiper-programs .swiper-slide,
    .mySwiper-programs .single-card-program {
        min-height: 490px;   
    }    
}

.mySwiper-programs .single-card-program .card-links { margin-top: auto; }
/* end swiper programs */
.consent-text {
    margin-right: 20px;
}

.classYellowColor {
    color: #F2E633;
}
.classOrangeColor{
    color: #E76C1F;
    }
.classGreenColor {
    color: #1FAE54;
}

.classBlueColor {
    color: #248CCC;
}

/* Hide the default checkbox */
#consent-checkbox {
    display: none;
}

/* Style the SVG to visually represent the checked state */
#consent-checkbox:checked + label .check-icon {
    fill: blue; /* Change the fill color as needed */
}

#consent-checkbox:checked ~ #consent-label svg.checkmark2 {
    display: inline-block;
}

.two-checkboxes {
    margin-bottom: 55px;
}

.two-checkboxes input{
    padding: 0;
}

.two-checkboxes p {
    padding: 0;
    margin:  0 15px 0 0;
}

.form__checkbox--val {
    border: none;
    background: #DEDEDE;
    -webkit-transition: all 0.15s background;
    transition: all 0.15s background;
}

.form__checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    background: rgba(85, 100, 221, 0.1);
    border: 1px solid #5564DD;
    -webkit-transition: all 0.15s background;
    transition: all 0.15s background;
    
    padding: 0;
}

input[type=checkbox] ~ label::before,.two-checkboxes input[type=radio] ~ label::before {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #CDCDCD;
    
    margin-right: 15px;
    transform: translateY(-8px);
}

input[type=checkbox] ~ label, input[type=radio] ~ label {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-body);
    font-weight: 400;
    padding-left: 45px;
    cursor: pointer;
}

input[type=checkbox] ~ label::after, input[type=radio] ~ label::after {
    content: " ";
    position: absolute;
    top: 10px;
    left: 9px;
    width: 14px;
    background-color: transparent;
    /*border-bottom: 2px solid #ffffff;*/
    /*border-left: 2px solid #ffffff;*/
    /*border-radius: 2px;*/
    transform: rotate(-45deg);
    opacity: 0;
    transition: all 0.3s;
}

.checkbox-group {
    display: flex;
    align-items: center;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 5px; /* Adjust as needed */
}

.contact-page-form input {
     height: inherit; 
}

.checkbox-group input[type="checkbox"]:checked + label::before {
    background-color: #9CCB3D;
}

.single-checkbox {
    margin-top: 30px;
}

#consent-label::before {
    top: 10px;
}

/*dimensions of the logo in the header*/
.main-haeder-wrapper-h2 .languageSwitcher img {
    width: 30px;
    height: auto;
}

.main-haeder-wrapper-h2 .logo-area img {
    /*width: 120px;*/
    width: 172px;
    height: auto;
}

@media screen and (min-width: 1200px) {
    .main-haeder-wrapper-h2 .languageSwitcher img {
        width: 30px;
        height: auto;
    }
}


@media screen and (max-width: 475px) {
    .mySwiper-h3-project .single-project-solari-h3 {
        width: 340px;
        min-height: 300px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .mySwiper-h3-project .single-project-solari-h3 .thumbnail img {
        width: 340px;
        min-height: 300px;
        object-fit: cover;
        margin-left: auto;
        margin-right: auto;
    }
}

/*Custom css for li checkmark with circle instead of using icon*/
.disc ul {
    padding: 0;
}

.disc ul li {
  list-style-type: none;
  font-size: 1em;
}

.disc.tick ul li:before  {
  content: '\2713';
  display: inline-block;
  color: #4AAB3D;
  padding: 0;
  border: 2px solid #4AAB3D;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px; 
  vertical-align: middle;
  font-size: 12px;
  margin-right: 10px;
}

.disc.default ul li { 
    list-style: unset;
}

.disc.default ul {
    list-style-position: inside;
}
/*same as above but for service-details playlist*/
.disc-1 ul {
    padding: 0;
}

.disc-1 ul li {
  list-style-type: none;
  font-size: 1em;
}

.disc-1.tick ul li:before  {
  content: '\2713';
  display: inline-block;
  color: #4AAB3D;
  padding: 0;
  border: 2px solid #4AAB3D;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px; 
  vertical-align: middle;
  font-size: 12px;
  margin-right: 10px;
}

.disc-1.default ul li { 
    list-style: unset;
}

.disc-1.default ul {
    list-style-position: inside;
}

.disc-1.default ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
#playlist-165 .word{
    font-size:15px;
    }
/*.rts-text-full.rts-section-gap .disc.default ul li:before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    background-color: #0166B4;*/
/*    border: 2px solid #0166B4;*/
/*    border-radius: 50%;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    text-align: center ;*/
/*    vertical-align: middle;*/
/*    margin-right: 10px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 9999;*/
/*}*/

/*.disc.default ul li:after {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    background-color: #FFFFFF;*/
/*    border-radius: 50%;*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    position: absolute;*/
/*    left: 4px; */
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

.card-cta .opc p{
    margin: 0;
}

/*custom css for contact form textarea*/
.textarea-container {
    margin-top: 90px;
}

.textarea-container textarea {
    margin-top: 10px;
}

/*achieve the card here https://eunice-power.gr/about-us-gr/eunice-power/*/
.rts-single-working-process {
    background-color: #FFF;
    position: relative;
    isolation: isolate;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    overflow: visible; 
    padding-bottom: 40px;
}

.rts-single-working-process:before {
    background-color: #FAFAFA;
    content: "";
    position: absolute;
    
    inset: 2px;
    z-index: -1;
}

.rts-single-working-process:hover {
    transform: translateY(-5px);
}

.rts-single-working-process .clip-container {
    /*clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);*/
    position: relative; 
    padding: 20px; 
    z-index: 1;
    overflow: visible;
}

.rts-single-working-process .icon {
    margin-bottom: 20px;
}

.rts-single-working-process .icon svg {
    width: 40px;
    height: 40px;
    fill: #FD8F14;
}

.rts-single-working-process .title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.rts-single-working-process .content {
    text-align: center;
    position: relative; 
}

.rts-single-working-process .step_number {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 20px;
    position: absolute;
    bottom: -20px; 
    background-color: #1A1A1A;
    z-index: 10;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.rts-single-working-process .step_number::before {
    content: '';
    position: absolute;
    width: 50px; 
    height: 50px; 
    background-color: #007bff; 
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; 
}

.step_number {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 20px;
    position: relative;
    margin-top: -20px; 
    background-color: #1A1A1A;
    z-index: 10;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step_number::before {
    content: '';
    position: absolute;
    width: 70px; 
    height: 70px; 
    background-color: #F2E633;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; 
}

.step_number span {
    font-size: 26px;
    font-weight: 700;
    color: #333333;
} 


/*CTA box overwrite icon margin right as it overlaps*/
.cta-main-wrapper-one .icon {
    margin-right: 40px;
}

.rts-call-to-action .cta-main-wrapper-one::after {
    background-image: url(/media/cta-card-effect.png)!important;
}

/*.rts-call-to-action .row {*/
/*    justify-content: center;*/
/*}*/

.rts-call-to-action .subtitle-color-yellow {
    color: #f2e634;
}

/*global fix pagination bullets on swiper*/
/* Style for the entire swiper-pagination container */
.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; /* Adjust margin as needed */
}

/* Base style for pagination bullets */
.swiper-pagination-bullet {
    position: relative;
    width: 12px; 
    height: 12px; 
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 5px; /* Adjust margin as needed */
    box-sizing: border-box;
}

/* Active bullet styles */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    box-sizing: border-box;
}

/* Middle white circle */
.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    top: -4px; 
    left: -4px; 
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
}

/* Outer yellow circle */
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: -7px; 
    left: -7px; 
    width: 26px; 
    height: 26px; 
    border-radius: 50%;
    box-sizing: border-box;
}




/*swiper on page eunice group playlist about cmpany carousel*/
.cpmpay-story-single-about img {
    height: 300px;
    object-fit: cover;
}

.swiper-container-about-company {
    overflow: hidden; 
    position: relative;
    padding-bottom: 60px;
}


.rts-about-company-wrapper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.rts-about-company-wrapper .swiper-slide {
    /*flex: 0 0 calc(33.33% - 20px); */
    max-width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: auto; 
    box-sizing: border-box;
}

@media only screen and (max-width: 575px) {
    .rts-about-company-wrapper .cpmpay-story-single-about .body {
         padding: 30px; 
    }
    
    .rts-about-company-wrapper .swiper-pagination {
        margin-top: 30px;
    }
}


.rts-about-company-wrapper .swiper-slide .cpmpay-story-single-about {
    width: 100%;
    height: 425px;
}

.rts-about-company-wrapper .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px; 
}

/*overwrite a padding in the sidebar*/
.big-bg-porduct-details.project-info.info-body.single-info {
    padding: 10px 0;
}

.rts-section-gap {
    padding: 60px 0px 60px 0px;
}

.rts-about-company-wrapper .swiper-wrapper {
    display: flex;
}

.our-service-area-start-solar .swiper-container .swipper-wrapper {
    height: 1040px;
}

.our-service-area-start-solar .swiper-container  .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px; 
}

.our-service-area-start-solar .swiper-container  .swiper-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
    background: #F2E634;
}


/*.rts-banner-three-solari .left-banner-content-area-two .pre-title {*/
/*    color: #F2E634;*/
/*}*/

@media all and (min-width: 1280px) {
    .big-bg-porduct-details .project-info .info-body .single-info {
        padding: 5px 0;
    }
}


/*sidebar items overwrite text-align*/
.rts-single-wized .single-categories li a {
    text-align: left;
}

.rts-text-full .rts-btn.btn-primary {
    width: 30%;
}

/*general table styles */
.rts-service-details-area .title.table-yellow,
.rts-text-full .title.table-yellow,
.rts-banner-three-solari .left-banner-content-area-two .pre-title.skew-up.table-yellow,
.rts-banner-three-solari .title.col-lg-8.skew-up.table-yellow {
    color: #FCB913;
}


.rts-service-details-area .ms-section-title table th,
.rts-service-details-area .ms-section-title table td {
    border: 2px solid #f1f1f1;
    /*width: 50%;*/
    padding: 8px;
    font-weight: 600;
}

.rts-service-details-area .ms-section-title table thead tr th:nth-child(2),
.rts-service-details-area .ms-section-title table tbody tr td:nth-child(2) {
    text-align: center;
}

.rts-service-details-area .ms-section-title table td p {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #1b1b1b;
    margin: 0;
}

.rts-service-details-area .ms-section-title table td div {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
}


.rts-service-details-area .ms-section-title table td pre {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #8c97ae;
    padding: 0;
    margin: 0;
}

.rts-service-details-area .ms-section-title table thead tr th {
    text-transform: unset;
}

/*blue*/
.rts-service-details-area .title.table-blue,
.rts-text-full .title.table-blue,
.rts-banner-three-solari .left-banner-content-area-two .pre-title.skew-up.table-blue,
.rts-banner-three-solari .title.col-lg-8.skew-up.table-blue {
    color: #0166B4;
}

.rts-service-details-area .ms-section-title.table-blue table thead tr th:first-child {
    background-color: rgba(1, 102, 180, 0.2);
    color: #248CCC;
}

.rts-service-details-area .ms-section-title.table-blue table thead tr th:nth-child(2) {
     background-color: #248CCC;
     color: #FFF;
}

.rts-service-details-area .ms-section-title.table-yellow table thead tr th:first-child {
    background-color: rgba(252, 185, 19, 0.2);
    color: #FCB913;
}

.rts-service-details-area .ms-section-title.table-yellow table thead tr th:nth-child(2) {
     background-color: #FCB913;
     color: #FFF;
}

.rts-service-details-area .ms-section-title.green table thead tr th:first-child {
    background-color: rgba(31, 174, 84, 0.2);
    color: #1FAE54;
}

.rts-service-details-area .ms-section-title.green table thead tr th:nth-child(2) {
     background-color: #1FAE54;
     color: #FFF;
}

/*green*/
.rts-text-full .title.green {
    color: #9CCB3D;
}

/*effect for line with circle at the end*/
.circle-with-dot {
    width: 24px; /* Adjust size as needed */
    height: 24px; /* Adjust size as needed */
    display: inline-block;
    position: relative;
}

.circle-with-dot::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #0166B4; /* Circle border color */
    display: block;
    box-sizing: border-box;
}

.circle-with-dot::after {
    content: '';
    width: 6px; /* Dot size */
    height: 6px; /* Dot size */
    background-color: #0166B4; /* Dot color */
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.why-choose-us-section.rts-section-gap.bg-why-choose-us {
    margin-top: 60px;
}

@media all and (min-width: 1024px) {
    .why-choose-us-section.rts-section-gap.bg-why-choose-us {
        margin-top: 90px;
    }
}

/*line with circle at the end for many playlists*/
.solari-title-area-four span.pre-title {
    position: relative;
    display: inline-block;
    padding-right: 25px; 
}

.solari-title-area-four span.pre-title::before {
    content: "";
    position: absolute;
    left: 10px; 
    top: 50%;
    transform: translateY(-50%);
    width: 40px; 
    height: 2px; 
    background-color: #F2E633; 
    
}

.solari-title-area-four span.pre-title::after {
    content: "";
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px; 
    height: 10px; 
    background-color: #F2E633; 
    border-radius: 50%; 
}

.rts-banner-three-solari span.pre-title {
    position: relative;
    display: inline-block;
    padding-right: 25px; 
}

.rts-banner-three-solari .left-banner-content-area-two .pre-title.default-color {
    color: #F2E633;
}

.rts-banner-three-solari span.pre-title.default-color::before {
    content: "";
    position: absolute;
    left: -50px; 
    top: 50%;
    transform: translateY(-50%);
    width: 35px; 
    height: 2px; 
    background-color: #F2E633;
}


.rts-banner-three-solari span.pre-title.default-color::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px; 
    height: 10px; 
    background-color: #F2E633;
    border-radius: 50%; 
}

.rts-banner-three-solari span.pre-title.table-yellow::before {
    content: "";
    position: absolute;
    left: -50px; 
    top: 50%;
    transform: translateY(-50%);
    width: 35px; 
    height: 2px; 
    background-color: #FCB913;
}

.rts-banner-three-solari span.pre-title.table-yellow::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px; 
    height: 10px; 
    background-color: #FCB913;
    border-radius: 50%; 
}

.rts-banner-three-solari span.pre-title::before {
    content: "";
    position: absolute;
    left: -50px; 
    top: 50%;
    transform: translateY(-50%);
    width: 35px; 
    height: 2px; 
    background-color: #0166B4;
}

.rts-banner-three-solari span.pre-title::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px; 
    height: 10px; 
    background-color: #0166B4; 
    border-radius: 50%; 
}


.rts-service-area-height-solari .pre {
    position: relative;
    display: inline-block;
    padding-right: 25px; 
}

.rts-service-area-height-solari .pre::before {
    content: "";
    position: absolute;
    left: -50px; 
    top: 50%;
    transform: translateY(-50%);
    width: 35px; 
    height: 2px; 
    background-color: #F2E633; 
}

/*fix for small devices /hlektrikh-energeia/power-your-home/*/
.left-image img {
    height: 500px;
    width: 100;
    object-fit: cover;
}

.single-solari-service-start:hover a {
    color: #FFF;
}

.single-solari-service-start:hover a:hover {
    color: #F2E633;
}

/*achieve a similar effect with the one on the theme on slider banner*/
.rts-banner-area-four {
    position: relative;
    overflow: hidden;
}

.rts-banner-area-four::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    z-index: 1;
}

.banner-four-main-content-wrapper {
    position: relative;
    z-index: 2;
}

.our-service-area-start-solar.rts-section-gap.bg_dark-solar {
    padding: 60px 0 120px 0;
}

.our-service-area-start-solar .single-service-start .inner-content {
    padding: 20px;
    height: 100%;
}

.our-service-area-start-solar .pre {
    min-height: 20px;
}

.our-service-area-start-solar .swiper-container {
    position: relative;
    overflow: hidden !important; 
}

.our-service-area-start-solar .swiper-wrapper {
    min-height: 1155px;
}

.our-service-area-start-solar .swiper-container .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
   
    z-index: 10; 
}

.our-service-area-start-solar .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px; 
    background-color: rgba(255, 255, 255, 0.5); 
    margin: 0 5px; 
    border-radius: 50%;
}

.our-service-area-start-solar .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
    background-color: #ffffff; 
}

.our-service-area-start-solar .swiper-container {
    width: 100%; 
    padding-bottom: 120px;
}

.our-service-area-start-solar .single-service-start {
    height: 100%;
    min-height: 1300px;
}

@media all and (max-width: 480px) {
    .our-service-area-start-solar .single-service-start {
        display: flex;
        flex-direction: column;
    }
}
.our-service-area-start-solar .swiper-slide {
    width: 100%;    
}
   
/*@media all and (max-width: 480px) {*/
/*   .our-service-area-start-solar .swiper-slide {*/
/*        min-width: 280px !important;*/
/*    }*/
/*}*/

/*button for call to action playlist */
.rts-call-to-action .subtitle-color-yellow {
    margin-bottom: 30px;
}

.rts-call-to-action a.button {
    background-color: #F2E633;
    padding: 15px;
    color: #FFF;
    margin-top: 30px;
} 

.rts-call-to-action a.button:hover {
    background-color: #F2E633;
    color: #FFF;
} 


/*services tab overwrite styles of a to the li items*/
.rts-single-wized .single-categories li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background: #fff;
    color: #5D666F;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 100px;
    text-align: left;
}

.rts-single-wized .thumbnail-large {
    padding-top: 30px;
}

/*fix an issue where the last li point was appearing distorted*/
.why-choose-us-section .content-info {
    flex: 1;
    max-width: 100%;
    box-sizing: border-box;
}

/*simple header with background colors*/
.rts-bread-crumb-area .title.table-blue .word-line a {
    color: #0166B4;
}

.rts-bread-crumb-area .slug.table-blue .word-line a {
    color: #0166B4;
}

.rts-bread-crumb-area.bg_image.bg-breadcrumb.banner_bg-four.table-blue {
    background-color: rgba(1, 102, 180, 0.2) !important;
}

/*steps playlist */
.rts-easy-step-area .col-xl-3.col-lg-3.col-md-6.col-sm-6.col-12:nth-child(2n) .rts-single-working-process {
    margin-top: 70px; /* Adjust the value as needed */
}

.rts-easy-step-area .clip-container {
    padding: 50px 10px;
}

@media screen and (min-width: 1279px) {
    .rts-easy-step-area .clip-container {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .rts-single-working-process {
        padding: 25px 5px 10px 5px;
    }
}
/*banner overwrite colors*/
.rts-banner-three-solari .left-banner-content-area-two .disc .word-line p .word {
    color: #FFF;
}

/*playlist pricing area*/
.single-pricing-solari-area .pre-title {
    color: #1F1F25;
}

.rts-section-gap .row.g-24.mt--40 .col-lg-4.col-md-6.col-sm-12.col-12:hover {
    border-color: #9CCB3D;
}

/*footer css adjustments*/
.rts-footer-one .single-footer-one-wrapper .single-footer-component:not(:first-child) {
    text-wrap: nowrap; /* Adjust the value as needed */
}

.rts-faq-area .accordion-button:not(.collapsed) {
    color: #1F1F25;
}

/*Custom styles for custom playlist Content-Left-Right*/
.content-left-right.why-choose-us-section .title .word-line .word {
    line-height: 45px;
}

.content-left-right .rts-btn.btn-primary {
    width: 40px;
}

.content-left-right.why-choose-us-section .title .word-line .word p {
    box-sizing: border-box;
    color: rgb(31, 31, 37);
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    rotate: none;
    scale: none;
    text-align: start;
}

.content-left-right .video-thumbnail-img {
    margin-left: 0;
    margin-right: 30px;
}

.content-left-right.why-choose-us-section .disc ul {
    list-style: none; 
    padding-left: 20px; 
}

.content-left-right.why-choose-us-section .disc ul li {
    position: relative;
    opacity: 0; 
    transition: opacity 1s ease; 
    color: #74787C; 
    font-weight: 500;
    font-size: 16px; 
    line-height: 27px; 
}

.content-left-right.why-choose-us-section .disc ul li::before {
    content: '•'; 
    position: absolute;
    left: -15px;
    color: #9CCB3D; 
    font-size: 1em; 
}

.content-left-right.why-choose-us-section .rts-btn.btn-primary {
    margin-top: 60px;
}

.content-left-right.why-choose-us-section {
    margin-bottom: 60px;
    margin-top: 0px !important;
}

.apply-marker-styles::marker {
    color: #9CCB3D; 
    font-size: 1em; 
}

.content-left-right.why-choose-us-section .disc ul {
    list-style: none; /* Remove default list style */
    padding-left: 20px; /* Adjust padding for custom markers */
}

/*Styles for custom playlist tabs full width*/
.tab-full-width.rts-about-area .tab-content .tab-pane .single-about-content-solar .disc {
    color: #9CCB3D;
    display: inline-block; /* Ensure title doesn't take full width */
    position: relative;
}

.tab-full-width.rts-about-area .tab-content .tab-pane .single-about-content-solar {
    position: relative;
    width: 100%; /* Ensure parent takes the full width */
}

.tab-full-width.rts-about-area .tab-content .tab-pane .single-about-content-solar .disc::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px; 
    height: 2px; 
    background-color: black; 
    z-index: -1; 
    background-color: #9CCB3D;
}

/*background option for playlist Text Full*/
.rts-text-full.bg-faded-orange {
    background-color: rgb(252,185,19, 0.2);
}

.rts-text-full.bg-faded-orange .container {
    padding: 20px;
}

.rts-text-full.bg-faded-orange .container h4.title,
.rts-text-full.bg-faded-orange .container .pre.skew-up, 
.rts-text-full.bg-faded-orange .container .disc p {
    color: #000;
}
/*custom styles for custom playlist Call To Action Alternative*/
.rts-call-to-action-alternative.rts-call-to-action {
    padding: 40px 0;
}

.rts-call-to-action-alternative .cta-main-wrapper-one {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

@media all and (max-width: 767px) {
    .rts-call-to-action-alternative .cta-main-wrapper-one {
        flex-direction: column;
    }
}

.rts-call-to-action-alternative .cta-item {
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rts-call-to-action-alternative .cta-icon {
    margin-bottom: 15px;    
}

/*.rts-call-to-action-alternative .cta-icon img {*/
/*    min-width: 300px;*/
/*    max-height: 400px;*/
/*}*/

.rts-call-to-action-alternative .cta-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.rts-call-to-action-alternative .cta-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.rts-call-to-action-alternative .cta-button-container {
    display: flex;
}    

.rts-call-to-action-alternative .cta-button {
    background-color: #ffdd00;
    color: #000;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    padding: 10px;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
    .rts-call-to-action-alternative .cta-button {
        padding: 10px 10px; 
        white-space: unset;
    }
    
    .rts-call-to-action-alternative .cta-icon {
         min-width: 20%;
    }
}

@media all and (min-width: 1200px) {
    .rts-call-to-action-alternative .cta-button {
        padding: 10px 10px; 
        white-space: nowrap; 
    }
}

.rts-call-to-action-alternative .cta-button i {
    margin-left: 5px;
}

.rts-call-to-action-alternative .cta-title.white,
.rts-call-to-action-alternative .cta-description.white {
    color: #FFF;
}

/*responsiveness fix for FAQ's*/
.faq-area-start-one .accordion .accordion-item h2 .accordion-button {
    position: relative;
    padding-right: 50px; 
}

.rts-text-full .extra-text.disc {
    margin-top: 40px;
}

.rts-text-full .extra-text.disc p {
    color: #9CCB3D;
    margin: 0;
}


/*homebanner playlist*/
.banner-two-swiper-start .disc.white p {
    color: #FFF;
}

.banner-two-swiper-start .swiper-wrapper .banner-two-main-wrapper-solaric::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.banner-two-swiper-start .banner-two-main-wrapper-solaric .container {
    position: relative;
    z-index: 10;
} 

/*homepage service-area playlist*/
.rts-secvice-area-solaric-banner-bottom  svg.icon-area {
    width: 60px;
    height: 60px;
     fill: #9CCB3D;
}

/*about us area playlist*/
.rts-about-area .thumbnail-solari-about {
    position: relative;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .rts-about-area .thumbnail-solari-about .experiencea-area {
        left: 120px;
    }
}

/*.rts-about-area .full-width-image {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    min-height: 500px;*/
/*    object-fit: cover;*/
/*    z-index: -1; */
/*}*/

@media only screen and (max-width: 479px) {
    .thumbnail-solari-about .experiencea-area {
        display: block;
    }
}

/*homepage playlist Homepage Services Slider */
.homepage.rts-service-area-height-solari.rts-section-gap .swiper-button-next,
.homepage.rts-service-area-height-solari.rts-section-gap .swiper-button-prev {
    display: none;
}


.homepage.rts-service-area-height-solari.rts-section-gap .swiper-pagination {
    position: relative;
}

.homepage.rts-service-area-height-solari.rts-section-gap .swiper-container {
    padding-bottom: 120px;
    padding-top: 60px;
}

.homepage.rts-service-area-height-solari.rts-section-gap .swiper-container .swiper-pagination {
    top: 60px;
}

.homepage.rts-service-area-height-solari .swiper-pagination-bullet {
    background-color: #F2E634;
}

.homepage.rts-service-area-height-solari .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border: 2px solid #F2E634; 
}

@media screen and (max-width: 480px) {
    .homepage.rts-service-area-height-solari .swiper-wrapper .swiper-slide {
        width: 75% !important;
    }   
}
/*homepage playlist FAQs Area Custom*/
.faq-custom.faq-section-start-solar button {
    cursor: default;
}

.faq-custom .accordion-button {
    position: relative;
    padding-left: 30px; 
    text-align: left; 
}

.faq-custom .accordion-button::before {
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 16px; 
    pointer-events: none; 
    color: #FFF;
    z-index: 3;
}

.faq-custom .accordion-solar-faq .accordion .accordion-item .accordion-header button::after {
    background-image: none;
    transform: none;
    display: block;
    font-family: fontAwesome;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: rgba(74, 171, 61, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    left: 0;
    position: absolute;
    content: '';
    background-color: #9CCB3D;
}

.faq-custom .button-text {
    margin-left: 15px;
}

/*homepage playlist-section module */
.rts-client-review-area-h2.rts-section-gapBottom .swiper-container {
    padding-bottom: 120px;
    padding-top: 60px;
}

.rts-client-review-area-h2.rts-section-gapBottom .swiper-pagination {
    position: relative;
    top: 60px;
}


/*homepage playlist latest case area achieve effect for slider pagination*/
.mySwiper-h-2-c .swiper-pagination-h2-c .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* Base style for pagination bullets */
.mySwiper-h-2-c .swiper-pagination-h2-c .swiper-pagination-bullet {
    position: relative;
    width: 12px; 
    height: 12px; 
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 5px; /* Adjust margin as needed */
    box-sizing: border-box;
}

/* Active bullet styles */
.mySwiper-h-2-c .swiper-pagination-h2-c .swiper-pagination-bullet.swiper-pagination-bullet-active {
    box-sizing: border-box;
    opacity: 1;
}

/* Middle white circle */
.mySwiper-h-2-c .swiper-pagination-h2-c .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    top: -4px; 
    left: -4px; 
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
}

/* Outer yellow circle */
.mySwiper-h-2-c .swiper-pagination-h2-c .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: -7px; 
    left: -7px; 
    width: 26px; 
    height: 26px; 
    border-radius: 50%;
    box-sizing: border-box;
}

.mySwiper-h-2-c .swiper-container {
    width: 100%;
    height: 100%;
}

.mySwiper-h-2-c .swiper-slide .single-case-ac .title {
    display: block;
}

.mySwiper-h-2-c .disc p {
    text-align: left;
}

.mySwiper-h-2-c .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper-h-2-c .swiper-pagination-h2-c .swiper-pagination-bullet {
    background-color: #000;
    opacity: 0.2;
}

.mySwiper-h-2-c .swiper-pagination-h2-c .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border: 2px solid #000; 
}

.rts-case-studyes.rts-section-gapBottom.bg-white .air-condition-swiper-wrapper {
    padding-bottom: 60px;
}

.rts-case-studyes .mySwiper-h-2-c .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 100%;
    height: 500px;
}

.mySwiper-h-2-c .single-case-ac .thumbnail img {
    width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    min-height: 500px;
}

.mySwiper-h-2-c .single-case-ac {
    width: 100%;
}

.mySwiper-h-2-c .single-case-ac .thumbnail {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 480px) {
    .mySwiper-h-2-c .single-case-ac .thumbnail img {
        max-width: 100%;
        width: 430px;
    }
}

.air-condition-swiper-wrapper .swiper-wrapper .swiper-slide .single-case-ac .inner-content {
    position: absolute;
    left: 20px !important;
    right: 20px !important;
    bottom: 30px;
    width: 90%;
    height: 75px;
    background: #FFFFFF;
    transition: 0.6s;
    border-radius: 10px;
    opacity: 1;
}

.air-condition-swiper-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active .single-case-ac .inner-content {
    height: 200px;
}

.air-condition-swiper-wrapper .swiper-wrapper .swiper-slide .single-case-ac .inner-content .disc,
.air-condition-swiper-wrapper .swiper-wrapper .swiper-slide .single-case-ac .inner-content .cta-button {
    opacity: 0;
}

.air-condition-swiper-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active .single-case-ac .inner-content .disc,
.air-condition-swiper-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active .single-case-ac .inner-content .cta-button {
    transition: opacity .5s linear;
    opacity: 1;
}

.air-condition-swiper-wrapper .swiper-wrapper .swiper-slide .single-case-ac:hover .inner-content {
    height: 200px;
}
.air-condition-swiper-wrapper .swiper-wrapper .swiper-slide .single-case-ac:hover .inner-content .disc,
.air-condition-swiper-wrapper .swiper-wrapper .swiper-slide .single-case-ac:hover .inner-content .cta-button {
    transition: opacity .5s linear;
    opacity: 1;
}

@media all and (max-width: 480px) {
    .air-condition-swiper-wrapper .swiper-wrapper .swiper-slide .single-case-ac .inner-content {
        left: 15px !important;
    }
    
    .air-condition-swiper-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active .single-case-ac .inner-content {
        height: 220px;
    }
    
    .air-condition-swiper-wrapper .swiper-wrapper .swiper-slide .single-case-ac:hover .inner-content {
        height: 220px;
    }
}

/*homepage playlist */
.rts-client-review-area-h2 .swiper-pagination-bullet {
    position: relative;
    width: 12px; 
    height: 12px; 
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 5px; /* Adjust margin as needed */
    box-sizing: border-box;
}

.rts-client-review-area-h2 .single-counter-up-start-solari {
    background-color: #FFF;
    padding: 30px;
}

/* Active bullet styles */
.rts-client-review-area-h2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    box-sizing: border-box;
    opacity: 1;
}

/* Middle white circle */
.rts-client-review-area-h2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    top: -4px; 
    left: -4px; 
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
}

/* Outer yellow circle */
.rts-client-review-area-h2 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: -7px; 
    left: -7px; 
    width: 26px; 
    height: 26px; 
    border-radius: 50%;
    box-sizing: border-box;
}

/* Default bullet styles */
.rts-client-review-area-h2 .swiper-pagination .swiper-pagination-bullet {
    background-color: #000;
    opacity: 0.2;
}

/* Border for the outer circle */
.rts-client-review-area-h2 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    border: 2px solid #000; 
}

/*Homepage playlist section module counter part of Testimonials*/
.rts-client-review-area-h2 .single-counter-up-start-solari .bg-text {
    font-size: 50px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.3);
}

.rts-client-review-area-h2 .single-counter-up-start-solari .main-content p {
    line-height: unset;
    margin-top: 15px;
    margin-bottom: 15px;
}

.rts-client-review-area-h2 .bg-text {
    position: absolute;
    margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
    .rts-client-review-area-h2 .bg-text {
        margin-top: 10px;
    }
}

/*homepage playlist text 3 cards */
.rts-working-process  .single-solari-steps-start p.disc.no-wrap {
    text-wrap: nowrap;
}

.rts-working-process .rts-btn.btn-primary {
    margin-top: 30px;
}


.rts-client-review-area-h2 .bg-lighten {
    padding: 60px;
}
@media all and (max-width: 820px) {
    .rts-client-review-area-h2 .bg-lighten {
        padding: 30px;
    }
}
@media all and (max-width: 480px) {
    .rts-client-review-area-h2 .bg-lighten {
        padding: 10px;
    }
}
/*homepage playlist environment counter */
.rts-client-review-area-h2 .col-lg-3.col-md-6.col-sm-6.col-12 {
    margin-top: 60px;
}

@media all and (max-width: 480px) {
    .rts-client-review-area-h2 .col-lg-3.col-md-6.col-sm-6.col-12 {
        margin-top: 20px;
    }
}
.rts-client-review-area-h2 .single-counter-up-start-solari {
    position: relative;
    text-align: center; /* Ensure text and image are centered */
}

.rts-client-review-area-h2 .centered-image {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%); /* Center the image horizontally */
    width: 100px; /* Adjust the width as needed */
}


/*playlists on Homepage fix background color and color on description*/
.banner-two-swiper-start .banner-solari-2-content span span {
    background: #F2E633;
    color: #333;
    font-weight: 600;
}

.rts-about-area .title-area-left span div.word {
    background: #F2E633;
    color: #333;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 2px;
}

.rts-about-area .title-area-left p.pre span {
    background: unset;
}

.homepage.rts-service-area-height-solari .title-area-center p.pre span {
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    color: #333;
    font-weight: 600;
}

.rts-service-area-height-solari .pre::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #F2E633;
    border-radius: 50%;
}

.rts-working-process .word-line span div.word {
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    color: #333;
    font-weight: 600;
} 

.faq-custom.faq-section-start-solar .title-area-left p.pre span {
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    color: #333;
    font-weight: 600;
}

.rts-case-studyes p.pre .word-line span .word {
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    color: #333;
    font-weight: 600;
}

.rts-case-studyes .title-area-center p.pre span {
    background: unset;
}

.rts-client-review-area-h2 .title-area-center p.pre span {
    background: unset;
}

.rts-client-review-area-h2 p.pre .word-line span .word {
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    color: #333;
} 

/*playlists on Power your Home fix background color and color on description*/
.rts-service-area-height-solari .title-area-center p.pre .word-line span {
    background: unset;
}

.rts-service-area-height-solari p.pre .word-line span .word {
    /*padding: 3px 7px;*/
    background: #F2E633;
    border-radius: 3px;
    color: #333;
}

.rts-about-style-four .word-line span .word {
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    color: #333;
}

.why-choose-us-section .word-line span .word {
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    color: #333;
}

.our-latest-project-area .word-line span .word {
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    color: #333;
} 

.rts-working-process .word-line span .word {
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    color: #333;
} 

/*playlist */
.rts-about-area-start-h3-soalri span.pre-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px; 
    height: 2px; 
    background-color: #F2E633;
}

.rts-about-area-start-h3-soalri span.pre-title::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px; 
    height: 10px; 
    background-color: #F2E633; 
    border-radius: 50%; 
}

/*.tab-area-service-solari-3 ul li .nav-link.active {*/
/*    background: #9CCB3D;*/
/*}*/

/*.tab-area-service-solari-3 ul li .nav-link:hover {*/
/*      background: #9CCB3D;*/
/*}*/
/*QA fixes*/
.rts-cta-area .title {
    max-width: 420px;
}




@media screen and (max-width: 1024px) {
    .rts-cta-area .title {
        max-width: 100%;
    }
}

.rts-cta-area .cta-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 820px) {
    .rts-cta-area .cta-form {
        flex-direction: column;
        align-items: stretch;
    }
    .rts-cta-area  .cta-form .single-input,
    .rts-cta-area  .cta-form button {
        width: 100%; 
    }
}

.tab-area-service-solari-3 ul li.nav-item {
    margin-bottom: 15px;   
}

.pricing-area.rts-section-gap.custom-cards .single-pricing-solari-area {
    height: 560px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-area.rts-section-gap.custom-cards .single-pricing-solari-area {
        height: 660px;
    }
}

.rts-call-to-action-alternative.rts-call-to-action .cta-item.cta-icon img {
    width: 200px;
    height: 140px;
}

.rts-about-area-start-h3-soalri.rts-section-gap {
    margin-bottom: 60px;
} 
.rts-about-area .about-right-content-area-solar-energy .tab-content .tab-pane .single-about-content-solar ul li::marker {
    display: none !important;
}

.rts-about-area .about-right-content-area-solar-energy .tab-content .tab-pane .single-about-content-solar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.rts-about-area .tab-content ul li:before {   
    content: '\2713';
    display: inline-block;
    color: #4AAB3D;
    padding: 0;
    border: 2px solid #4AAB3D;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    vertical-align: middle;
    font-size: 12px;
    margin-right: 10px;
}

.rts-easy-step-area .rts-single-working-process {
    height: 286px;
} 

.rts-client-review-area-h2 .single-counter-up-start-solari .main-content .title {
    margin-top: 65px;
}


.rts-contact-wrapper-form-area .title-area-left p.pre {
    text-transform: unset;
}

/*styles for pagination and pretitle for omilos Eunice playlist slider playlist Aboput Company Carousel*/
.rts-about-company-wrapper .title-area-center p.pre span {
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    color: #333;
}

/* Active bullet styles */
.rts-about-company-wrapper  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    box-sizing: border-box;
    opacity: 1;
}

/* Middle white circle */
.rts-about-company-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    top: -4px; 
    left: -4px; 
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
}

/* Outer yellow circle */
.rts-about-company-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: -7px; 
    left: -7px; 
    width: 26px; 
    height: 26px; 
    border-radius: 50%;
    box-sizing: border-box;
}

/* Default bullet styles */
.rts-about-company-wrapper .swiper-pagination .swiper-pagination-bullet {
    background-color: #000;
    opacity: 0.2;
}

/* Border for the outer circle */
.rts-about-company-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    border: 2px solid #000; 
}

/*fixes for playlist Steps Slider */
.rts-easy-step-area.custom-slider .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 120px;
}

.rts-easy-step-area.custom-slider .swiper-pagination {
    position: absolute; 
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.rts-easy-step-area.custom-slider .rts-single-working-process {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.rts-easy-step-area.custom-slider .clip-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rts-easy-step-area.custom-slider .icon {
    margin-bottom: 10px;
}
.rts-easy-step-area.custom-slider .step_number {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.rts-easy-step-area.custom-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    box-sizing: border-box;
    opacity: 1;
}

/* Middle white circle */
.rts-easy-step-area.custom-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    top: -4px; 
    left: -4px; 
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
}

/* Outer yellow circle */
.rts-easy-step-area.custom-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: -7px; 
    left: -7px; 
    width: 26px; 
    height: 26px; 
    border-radius: 50%;
    box-sizing: border-box;
}

/* Default bullet styles */
.rts-easy-step-area.custom-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #000;
    opacity: 0.2;
}

/* Border for the outer circle */
.rts-easy-step-area.custom-slider .swiper-pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    border: 2px solid #000; 
}

.rts-easy-step-area.custom-slider .rts-single-working-process {
    height: unset;
}

.rts-about-area .experiencea-area.images p {
    margin-top: 10px;
}

.faq-custom.faq-section-start-solar .faq-solari-image-area {
    display: flex;
    align-items: flex-start; 
}

.faq-custom.faq-section-start-solar .thumbnail-large-bottom {
    flex: 1; 
}

.faq-custom.faq-section-start-solar .thumbnail-large-bottom img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 800px;
}

@media screen and (max-width: 820px) {
    .faq-custom.faq-section-start-solar .thumbnail-large-bottom img {
        height: 400px;
        min-height: unset;
    }
}

.homepage.rts-service-area-height-solari .single-solari-service-start .custom-button,
.rts-service-area-height-solari .single-solari-service-start .custom-button {
    color: #1F1F25;
}

.homepage.rts-service-area-height-solari .single-solari-service-start:hover .custom-button,
.rts-service-area-height-solari .single-solari-service-start:hover .custom-button {
    color: #FFF;
}

.homepage.rts-service-area-height-solari .single-solari-service-start .custom-button:hover,
.homepage.rts-service-area-height-solari .single-solari-service-start:hover .custom-button:hover,
.rts-service-area-height-solari .single-solari-service-start .custom-button:hover,
.rts-service-area-height-solari .single-solari-service-start:hover .custom-button:hover {
    color: #F2E634;
}

.pricing-area .single-pricing-solari-area {
    height: 196px;
}

.our-service-area-start .tab-content img {
    width: 100%;
    height: 400px;
}

.rts-call-to-action a.button {
    color: #1F1F25;
}

.rts-service-details-area .single-categories {
    text-wrap: nowrap;
}

/*fix tabs image not moving on playlist About Company*/
.rts-about-area .custom-nav-solar-about li button.active, .rts-about-area .custom-nav-solar-about li button.active {
    background: #1F1F25 !important;
    color: #fff !important;
    padding: 15px 33px; 
}

.rts-about-area .custom-nav-solar-about li button {
    padding: 15px 33px;
    background: #fff !important;
    color: #1F1F25 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    border-radius: 5px !important; 
}

.rts-about-area .about-right-content-area-solar-energy {
    min-height: 476px;
}

.tab-full-width.rts-about-area .about-right-content-area-solar-energy {
    min-height: unset;
}

.rts-contact-wrapper-form-area .contact-page-form textarea {
    border: 1px solid #ccc;
    box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
    border-radius: 5px;
    height: 150px;
    background: #fff;
    margin-top: 20px;
    padding: 15px;
    margin-bottom: 20px;
}

.rts-contact-wrapper-form-area .contact-page-form textarea:focus {
    border: 1px solid var(--color-primary);
}

/*xrhsima eggrafa page playlist PDF List fixes*/
.pdf-list.rts-text-full .left-service-details-wrapper .row > * {
    margin-top: 10px;
}

.pdf-list.rts-text-full .sm-sd-content-wrapper {
    background-color: #F6F6F6;
    padding: 20px;
}

.pdf-list.rts-text-full i {
    color: #9CCB3D;
    margin: 0 15px;
    position: relative !important;
    top: 5px;
}

.pdf-list.rts-text-full a {
    font-weight: 800;
    color: #333;
}

.pdf-list.rts-text-full a:hover {
    color: #9CCB3D;
}

/*add shadow fwtografies stous logariasmous reumatos*/
.tab-full-width .single-about-content-solar img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), /* Slight shadow */
                0 6px 20px rgba(0, 0, 0, 0.15); /* More prominent shadow */
}

.rts-footer-one .footer-contact-wrapper-2 .info-content a .title:hover {
    color: #F2E633;
}

/*fixes for height of banners*/
.rts-banner-three-solari .left-banner-content-area-two {
    padding-top: 150px;
    padding-bottom: 150px;
}

@media screen and (min-width: 480px) {
    .rts-banner-three-solari {
        height: 520px;
    }
}

.rts-client-review-area-h2 .mySwiper-about-feedback {
    padding-bottom: 90px;
}


.rts-client-review-area-h2 .thumbnail-left img {
    min-height: 600px;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .rts-client-review-area-h2 .thumbnail-left img {
        max-height: 400px;
        min-height: 400px;
        object-fit: cover;
    }
    .rts-solution-left-area-left {
        min-width: 100%;
    }
    
    .rts-client-review-area-h2 .thumbnail-left {
        display: flex;
        justify-content: center; 
        align-items: center; 
        height: 100%; 
    }
}

@media screen and (max-width: 480px) {
    .rts-client-review-area-h2 .thumbnail-left img {
        height: 400px;
        object-fit: cover;
    }
    .rts-solution-left-area-left {
        min-width: 100%;
    }
}

.rts-client-review-area-h2 .title-area-left p.pre span {
    background: #F2E633;
    color: #333;
}

@media screen and (max-width: 992px) {
    .rts-about-area .experiencea-area.images {
        margin-left: 50px;
    }
}

.why-choose-us-section .solari-title-area-four h3, 
.rts-about-style-four .solari-title-area-four h3 {
    line-height: 45px;
}


.appoinment-area-six-wrapper form .single-input-area:last-child {
    margin-bottom: 15px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    width: 100%; /* Adjust as needed */
}

svg.icon-area {
    width: 60px;
    height: 60px;
    fill: #9CCB3D;
    margin-bottom: 10px;
}

.our-service-area-start svg.icon-area {
    width: 40px;
    height: 40px;
    fill: #9CCB3D;
    margin-right: 10px;
}

.our-service-area-start .nav-link.active svg.icon-area use {
     fill: #FFF;
}

.checkbox-group {
    display: flex;
    align-items: center;
}
.checkbox-group label.textMedium {
    /* Adjust label styles to align properly */
    display: inline-block; /* Ensure the label behaves like a block element */
    vertical-align: middle; /* Vertically align the label text */
}

.contact-page-form .col-12 p,
.contact-page-form .col-12 .checkbox-group label.textMedium {
    top: 0px;
    position: relative;
}

/*.contact-page-form .col-12 input[type=checkbox] ~ label::before,*/
/*.contact-page-form .col-12 input[type=checkbox] ~ label::after {*/
/*    top: 2px;*/
/*}*/

/* Media query for 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
    .rts-footer-one.footer-bg-two .copyright-area-two {
        flex-direction: column; 
        align-items: flex-start; 
        justify-content: center;
        text-align: center;
    }

    .copyright-area-two .left,
    .copyright-area-two .center,
    .copyright-area-two .right {
        margin-bottom: 10px; 
        width: 100%; 
    }

    .copyright-area-two .center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copyright-area-two .center a {
        margin: 0 5px; 
    }

    .copyright-area-two .right {
        text-align: center; 
    }
}

/*Workshop Fixes*/
.rts-secvice-area-solaric-banner-bottom .single-service-solari:hover .title,
.rts-secvice-area-solaric-banner-bottom .single-service-solari:hover .disc {
    color: #FFF;
}

.rts-about-area .solari-about-left-content .content-inner .power-soalr-area .single .info .title {
    font-family: "Exo", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #9CCB3D;
}

.rts-about-area .single .info span {
    font-family: "Albert Sans", Sans-serif;
}

.custom-image-left-tabs-right .custom-nav-solar-about li {
    margin-right: 20px;
}
  
.custom-image-left-tabs-right .custom-nav-solar-about li button.active, .rts-about-area .custom-nav-solar-about li button {
    border: 1px solid #ddd !important
}

.rts-about-area .about-right-content-area-solar-energy li {
    margin-right: 20px;
}

.rts-about-area .nav.custom-nav-solar-about {
    flex-wrap: nowrap;
}

.tab-full-width .custom-nav-soalr-about li button.active {
    background-color: #F2E633 !important;   
}
/*.rts-banner-three-solari .left-banner-content-area-two .pre:not(span) {*/
/*    color: rgba(255, 255, 255, 1) !important;*/
    
/*}*/

.rts-banner-three-solari .left-banner-content-area-two .pre {
    color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 100;
    text-transform: uppercase;
}


.rts-banner-three-solari .left-banner-content-area-two .pre span {
    background: #F2E633;
    color: #333;
    font-weight: 600;
    padding: 2px 7px;
    border-radius: 2px;
}

.rts-cta-area .cta-solari-wrapper {
    justify-content: space-between;
}

.rts-cta-area .left-area .title {
    max-width: 550px;
}

.rts-cta-area .cta-solari-wrapper .right-area {
    flex-basis: 15%;
}

.our-service-area-start .tab-content-solari-service-m .inner-content-service-right-solari .title {
    margin-bottom: 20px;
}

/*.our-service-area-start .row .second-column {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*}*/
.pricing-area.custom-cards .single-pricing-solari-area .pre-title{
    color: #000;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
}
.pricing-area.custom-cards .pricing-oppertunity-wrapper ul li::marker {
    display: none;
}

.pricing-area.custom-cards .pricing-oppertunity-wrapper ul {
    list-style: disc;
}

.pricing-area.custom-cards .pricing-oppertunity-wrapper ul li::marker {    
    color: #9CCB3D;
}

.copyright-area-two .name-company .backbone-logo,
.copyright-area-two .name-company .expresia-logo{
    width: 82px;
    height: 13px;
}

.copyright-area-two .name-company .backbone-logo {
    margin-right: 7px;
    margin-left: 7px;
}
    
.copyright-area-two .name-company .expresia-logo {
    margin-left: 7px;
}

.rts-contact-wrapper-form-area.rts-section-gapBottom .swiper-slide {
    position: relative;
    display: flex;
    justify-content: start; 
    align-items: center;    
    flex-direction: column; 
}

.rts-contact-wrapper-form-area.rts-section-gapBottom .single-card-program {
    width: 100%; 
    max-width: 100%; 
    height: 100%;
}

.rts-contact-wrapper-form-area.rts-section-gapBottom .card-links {
    overflow: hidden; /* Prevent overflow */
    white-space: nowrap; /* Prevent text from wrapping */
    text-overflow: ellipsis; /* Add ellipsis for overflow text */
}

.rts-contact-wrapper-form-area.rts-section-gapBottom .learn-more-btn a {
    display: inline-block;
    text-decoration: none;
    color: #000; /* Adjust as needed */
}

.rts-contact-wrapper-form-area.rts-section-gapBottom .interested-btn {
    display: inline-flex;
    align-items: center;
}

.rts-contact-wrapper-form-area.rts-section-gapBottom .interested-btn input[type="checkbox"] {
    display: none; /* Hide the checkbox */
}

.rts-contact-wrapper-form-area.rts-section-gapBottom .interested-btn .check-icon {
    margin-right: 5px; /* Space between checkbox and label */
}

.rts-contact-wrapper-form-area.rts-section-gapBottom .interested-btn span {
    overflow: hidden; /* Prevent text overflow */
    text-overflow: ellipsis; /* Add ellipsis for overflow text */
    white-space: nowrap; /* Prevent text from wrapping */
}

@media screen and (max-width: 1024px) {
    .card-links .learn-more-btn {
        padding: 5px;
        text-wrap: wrap;
    }
}

.card-links .interested-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}


.mySwiper-programs .single-card-program .card-title.table-blue {
    color: #248CCC;
}

.mySwiper-programs .single-card-program .card-title.table-yellow {
    color: #F2E633;
}

.mySwiper-programs .single-card-program .card-title.orange {
    color: #E76C1F;
}

.mySwiper-programs .single-card-program .card-title.green {
    color: #1FAE54;
}

.rts-contact-wrapper-form-area input[type=checkbox] ~ label::before, input[type=radio] ~ label::before {
    top: 0px;
}

.rts-contact-wrapper-form-area input[type=checkbox] ~ label::after, input[type=radio] ~ label::after {
    top: 2px;
}

.rts-contact-wrapper-form-area .two-checkboxes p:nth-child(1) {
    font-size: 14px;
    line-height: 17px;
    color: var(--color-body);
    font-weight: 400;
    cursor: pointer;
    margin-right: 0px;
}


.rts-footer-one .single-footer-one-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    justify-content: space-between;
}

.rts-footer-one .single-footer-one-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    justify-content: space-between;
}

.rts-footer-one .single-footer-one-wrapper.two .single-footer-component.first {
    display: flex;
    flex-basis: 60%;
    flex-direction: column;
}

.rts-footer-one .single-footer-one-wrapper .single-footer-component {
    flex-basis: 15%;
}

.rts-footer-one .single-footer-one-wrapper .single-footer-component.last {
    flex-basis: 20%;
}

/* Media Query for Smaller Screens */
@media all and (max-width: 1280px) {
    .rts-footer-one .single-footer-one-wrapper {
        gap: 20px; /* Adjust gap as needed */
    }

    .rts-footer-one .single-footer-one-wrapper.two .single-footer-component.first {
        flex-basis: 45%;
    }

    .rts-footer-one .single-footer-one-wrapper.two .single-footer-component {
        flex-basis: 45%;
    }

    .rts-footer-one .single-footer-one-wrapper.two .single-footer-component.last {
        flex-basis: 45%;
    }
    .rts-footer-one .single-footer-one-wrapper.two .single-footer-component:not(:first-child) {
        text-wrap: wrap;
    }
}

@media all and (max-width: 480px) {
    .rts-footer-one .single-footer-one-wrapper {
        gap: 20px; /* Adjust gap as needed */
    }

    .rts-footer-one .single-footer-one-wrapper.two .single-footer-component.first {
        flex-basis: unset;
    }

    .rts-footer-one .single-footer-one-wrapper.two .single-footer-component {
        flex-basis: unset;
    }

    .rts-footer-one .single-footer-one-wrapper.two .single-footer-component.last {
        flex-basis: unset;
    }
    .rts-footer-one .single-footer-one-wrapper.two .single-footer-component:not(:first-child) {
        text-wrap: wrap;
    }
}

.rts-footer-one .logo-area-footer img {
    max-width: 170px;
    max-height: 57px;
}

.rts-footer-one .info-content.ml-dec-5 a:nth-child(2) {
    display: flex;
}

.rts-footer-one .info-content.ml-dec-5 a:nth-child(2) span {
    margin-right: 10px;
}

.content-left-right-alternative .container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/*playlist Content Left Right alternative*/
.content-left-right-alternative  .col-lg-6 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-left-right-alternative  .about-lefta-area-solari-2 {
    /*height: 428px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-left-right-alternative .pre-title.classBlueColor {
    color: #248CCC;
}

.content-left-right-alternative .pre-title.classOrangeColor {
   color: #E76C1F;
}

.content-left-right-alternative .pre-title.classGreenColor {
   color: #1FAE54;
}

.content-left-right .pre-title.classBlueColor {
    color: #248CCC;
}

.content-left-right .pre-title.classOrangeColor {
    color: #E76C1F;
}

.content-left-right .pre-title.classGreenColor {
    color: #1FAE54;
}

.content-left-right-alternative  .thumbnail-image-lg img {
    height: 428px;
    width: auto;
    max-width: 100%;
    object-fit: cover;
}

.content-left-right-alternative .rts-btn.btn-primary {
    max-width: 200px;
    margin-top: 45px;
}

.content-left-right-alternative  .choose-us-content-left-wrapper-4 {
    height: 428px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media all and (max-width: 1024px) {
    .content-left-right-alternative  .choose-us-content-left-wrapper-4 {
        height: unset;
    }
}

@media all and (max-width: 768px) {
    .content-left-right-alternative  .row {
        flex-direction: column !important;
    }
}

.choose-us-content-left-wrapper-4 .solari-title-area-four,
.choose-us-content-left-wrapper-4 .disc {
    max-height: 100%;
}

.content-left-right-alternative .solari-title-area-four span.pre-title::before {
    display: none;
}

.content-left-right-alternative .solari-title-area-four span.pre-title::after {
    display: none;
}

.content-left-right-alternative  .solari-title-area-four span.pre-title {
    padding-left: unset;
}

.content-left-right-alternative  .word-line span {
    background: #F2E633;
    padding: 3px 7px;
}

.content-left-right-alternative  .word-line span .word {
    background: unset;
}

.content-left-right-alternative .title {
    color: #1F1F25;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
} 

/*Pricing Area Fixes*/
.pricing-area .solari-title-area-three span.pre-title {
    padding-left: 0;
}

.pricing-area .solari-title-area-three span.pre-title::after {
    background-image: unset;
}

.pricing-area .solari-title-area-three span.pre-title span {
    background: #F2E633;
    padding: 3px 7px;
}

/*Service Area Tabs Fixes*/
.our-service-area-start .solari-title-area-three span.pre-title {
    padding-left: 0;
    text-wrap: nowrap;
}

/* Ensure the main title container does not wrap */
.our-service-area-start .solari-title-area-three span.pre-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary);
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    max-width: max-content;
    margin: auto;
    white-space: nowrap;
    text-align: center;
    
    display: flex;
    justify-content: center; 
    align-items: center; 
    white-space: nowrap; 
    overflow-x: auto; 
    width: 100%;
}

.our-service-area-start .our-service-area-start .solari-title-area-three span.pre-title {
    padding-left: 0;
    white-space: nowrap;
}

.our-service-area-start .our-service-area-start .solari-title-area-three span.pre-title:after {
    display: none;
}

.our-service-area-start .pre-title .word-line {
    display: flex;
    align-items: center; 
    margin: 0; 
    padding: 0;
}

.our-service-area-start .pre-title .word-line:first-child {
    min-width: 195px;
    margin-right: 10px;
}

.our-service-area-start .pre-title .word-line:nth-child(2) {
    max-width: 135px;
}

.our-service-area-start .pre-title .word {
    margin: 0; 
    padding: 0; 
    /*display: inline;*/
    /*white-space: nowrap; */
}


.our-service-area-start .pre-title .word {
    display: inline-block;
    transform: translate(0px, 0%);
    white-space: nowrap; /* Ensure no wrapping for each word */
}

.our-service-area-start .solari-title-area-three span.pre-title span {
    background: #F2E633;
    padding: 3px 7px;
}

.pricing-area.custom-cards .single-pricing-solari-area {
    min-height: 540px;
}

@media all and (max-width: 1280px) {
    .pricing-area.custom-cards .single-pricing-solari-area {
        min-height: 600px;
    }
}

@media all and (max-width: 1024px) {
    .pricing-area.custom-cards .single-pricing-solari-area {
        min-height: 710px;
    }
}

@media all and (max-width: 768px){
    .pricing-area.custom-cards .single-pricing-solari-area {
        min-height: 500px;
    }
}

@media all and (min-width:480px) and (max-width: 819px){
    .pricing-area.custom-cards .single-pricing-solari-area {
        min-height: 600px;
    }
}

.next-section .custom-container-left {
    padding: 75px 0 75px 80px;
}

.next-section .custom-container-right {
    padding: 75px 80px 75px 0;
}

.next-section .custom-container-left .icon {
    width: unset;
    flex: 0 0 auto; /* Ensures the icon does not stretch */
    margin-right: 55px;
}

.next-section .previous-section {
    color: #9CCB3D;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.next-section .section-title {
    color: #1F1F25;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.next-section .section-title a:hover {
    color: unset;
}

.next-section .previous-section a:hover {
    color: unset;
}

.next-section .custom-container-right .section-title,
.next-section .custom-container-right .previous-section {
    text-align: right;
}

.next-section .custom-container-left .section-title,
.next-section .custom-container-left .previous-section {
    text-align: left;
}

.next-section .custom-container-right .text-container-right {
    margin-right: 55px;
}

@media all and (min-width: 480px) and (max-width: 1280px) {
    .next-section .custom-container-right .icon {
        margin-right: 45px;
    }
    
    .next-section .custom-container-left .icon {
        margin-left: 45px;
    }
}

@media all and (max-width: 1280px) {
    .next-section .custom-container-left,
    .next-section .custom-container-right {
        padding: 40px 0 40px 0;
    }
}

@media all and (max-width: 480px) {
    .next-section .custom-container-right {
        padding: 40px 25px 40px 40px;
    }
    .next-section .custom-container-left {
         padding: 40px 40px 40px 25px;
    }
    .next-section .custom-container-left .icon {
        margin-right: 10px;
    }
    .next-section .custom-container-right .text-container-right {
        margin-right: 10px;
    }
    
    .next-section .section-title {
        font-size: 14px; 
    }
}


.our-service-area-start-solar .title-area-center .pre {
    color: #FFF;
}
/*.title-area-center p.pre span*/
.our-service-area-start-solar .title-area-center .pre span {
    color: #1B1B1B; 
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    font-weight: 600;
}


.our-service-area-start-solar .swiper-slide .single-service-start .pre {
    color: #9CCB3D;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.our-service-area-start-solar .pre {
    white-space: nowrap; 
}

@media all and (max-width: 480px) {
    .our-service-area-start-solar .pre {
        white-space: nowrap; 
    }
}

.our-service-area-start-solar .swiper-slide .single-service-start .image-area {
    height: 250px;
    display: flex;
    justify-content: center;
}


@media all and (max-width: 480px) {
    .our-service-area-start-solar .swiper-slide .single-service-start .image-area {
        width: 100%;
        height: 250px;
        display: flex;
        justify-content: center;
    }
}
.our-service-area-start-solar .swiper-slide .single-service-start .image-area img {
    width: 250px;
}

@media all and (max-width: 480px) {
    .our-service-area-start-solar .swiper-slide .single-service-start .image-area img {
        width: 200px;
    }
}

.our-service-area-start-solar .swiper-slide .single-service-start ul {
    list-style: disc;
}


.our-service-area-start-solar .swiper-slide .single-service-start ul li::marker {  
    color: #9CCB3D;
}

.rts-cta-area .cta-solari-wrapper .left-area span.pre span {
    background: #F2E633;
    padding: 3px 7px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #1B1B1B; 
    margin-right: 8px;
}

.our-service-area-start-solar .swiper-container  .swiper-pagination .swiper-pagination-bullet {
    background: #9CCB3D;
}


.custom-image-left-tabs-right .about-right-content-area-solar-energy .nav.custom-nav-solar-about .nav-item {
    width: 45%;
    margin-right: 10px;
} 


.custom-image-left-tabs-right .about-right-content-area-solar-energy .title {
    color: #1F1F25;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 131.25% */
}

.custom-image-left-tabs-right .about-right-content-area-solar-energy .title-area-left .word-line {
    text-align: left !important;
}

.custom-image-left-tabs-right .title-area-left p.pre span {
    background: #F2E633;
    color: #333333;
}

.custom-image-left-tabs-right .custom-nav-solar-about li button.active, .rts-about-area .custom-nav-solar-about li button.active {
    background-color: #F2E633 !important;
    color: #333333 !important;
}

@media all and (max-width: 480px) {
    .custom-image-left-tabs-right .nav-link {
        height: 130px;
        padding: 10px !important;
    }
}

/*custom playlist Program Cards*/
.custom-program-cards {
    padding-top: 130px;
    padding-bottom: 130px;
}

@media all and (max-width: 480px) {
    .custom-program-cards {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.custom-program-cards .single-card-program .card-links {
    justify-content: end;
}

.custom-program-cards .single-card-program-container {
    padding: 0px 8px;
}

.custom-program-cards .single-card-program-container .single-card-program img {
    height: 200px;
    object-fit: cover;
}

.custom-program-cards .single-card-program .card-text-fields {
    padding: 10px 25px 45px 25px;
}

@media all and (min-width: 1440px) {
    .custom-program-cards .single-card-program .card-text-fields {
        padding: 25px 25px 45px 25px;
    }
}

.custom-program-cards .single-card-program .card-category {
    padding-top: 0px;
}

.custom-program-cards .single-card-program-container .single-card-program {
    height: 460px;
    width: 365px;
}

.custom-program-cards .single-card-program {
  position: relative; /* Required for absolute positioning of <a> tag */
}

.custom-program-cards .single-card-program a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100; 
    text-decoration: none;
    background: transparent;
    pointer-events: auto;
}

.custom-program-cards .single-card-program img,
.custom-program-cards .single-card-program .card-text-fields,
.custom-program-cards .single-card-program .card-links {
  position: relative; 
  z-index: 2;
}

.custom-program-cards .single-card-program .card-links {
    height: 50px;
}

@media all and (max-width: 1440px) {
    .custom-program-cards .single-card-program-container .single-card-program {
        width: unset;
    }
}

.custom-program-cards .card-links .custom-learn-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-program-cards .card-links .custom-learn-more-btn {
    border-radius: 10px 0px;
    background: #CDCDCD;
    text-align: center;
    padding: 18px 48px;
    color: #333;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    width: 50%;
}

.custom-program-cards .card-links .custom-learn-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-program-cards .card-links .custom-learn-more-btn {
    border-radius: 10px 0px;
    background: #F2E633;
    text-align: center;
    padding: 18px 48px;
    color: #333;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    width: 50%;
    position: relative;
}

.custom-program-cards .card-program-description {
    padding-bottom: 0;
}

.custom-program-cards .card-program-description span p {
    font-size: 14px;
    line-height: 24px;
}

.custom-program-cards .card-links .custom-learn-more-btn span {
    text-wrap: nowrap;
}

.custom-program-cards .single-card-program {
    justify-content: space-between; 
    height: 100%; 
}

.custom-program-cards .card-text-fields {
    flex-grow: 1; 
    overflow: hidden;
}

.custom-program-cards.single-card-program img {
    object-fit: cover;
}

@media all and (max-width: 480px) {
    .custom-program-cards .single-card-program img {
        max-height: 220px;
        object-fit: cover;
    }
}

.custom-program-cards .card-text-fields .classBlueColor {
    color: #0166B4;
} 

.custom-program-cards .card-text-fields .classOrangeColor {
    color: #E76C1F;
}

.custom-program-cards .card-text-fields .classGreenColor {
    color: #1FAE54;
}

.custom-program-cards .title-area-center .pre::before,
.custom-program-cards .title-area-center .pre::after {
    display: none;
}

.custom-program-cards .title-area-center p.pre .word-line span {
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    color: #333;
}

/*playlist About Area Style 4*/
.rts-about-style-four .solari-title-area-four span.pre-title {
    padding-left: 0;
}

.rts-about-style-four .pre-title:before,
.rts-about-style-four .pre-title:after {
    display: none;
}

/*playlist Image Left Text Right with icons*/
.why-choose-us-section .choose-us-content-left-wrapper-4 span.pre-title {
    padding-left: 0;
}

.why-choose-us-section .choose-us-content-left-wrapper-4 .pre-title:before,
.why-choose-us-section .choose-us-content-left-wrapper-4 .pre-title::after {
    display: none;
}

@media all and (max-width: 991px) {
    .why-choose-us-section .video-thumbnail-img {
        margin-left: 0;
        margin-bottom: 60px;
    }
}

/*playlist Latest Project*/
.our-latest-project-area .solari-title-area-four span.pre-title {
    padding-left: 0;
}

.our-latest-project-area .pre-title:before,
.our-latest-project-area .pre-title:after {
    display: none;
}

/*playlist Text 3 cards */
.rts-working-process .solari-title-area-four span.pre-title {
    padding-left: 0;
}

.rts-working-process .solari-title-area-four pre-title:before,
.rts-working-process .solari-title-area-four .pre-title:after {
    display: none;
}

/*playlist Eunice Flows Full*/
.rts-service-details-area.rts-section-gap {
    padding: 0;
} 

.rts-service-details-area .title {
    color: #1F1F25;
    /*text-align: center;*/
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.rts-service-details-area .disc-1 {
    color: #333;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.75px;
}

.rts-service-details-area div.disc-1.table-blue span {
    color: #fff;
    background: #248CCC;
    padding: 3px 7px;
}

.rts-service-details-area div.disc-1.green span {
    color: #fff;
    background: #1FAE54;
    padding: 3px 7px;
}


.rts-service-details-area div.disc-1.table-yellow span {
    color: #FFF;
    background: #FCB913;
    padding: 3px 7px;
}


.pdf-list .sm-sd-content-wrapper {
    display: flex;
    align-content: center; 
}

.pdf-list .text-container {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.rts-service-details-area .ms-section-title.text-start p {
    color: #74787C;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
}

.pdf-list .left-service-details-wrapper {
    margin-top: 0;
}

.rts-cta-area .cta-solari-wrapper .left-area span.pre.classBlueColor span {
    background: #0166B4;
    color: #fff;
} 

.rts-cta-area .cta-solari-wrapper .left-area span.pre.classOrangeColor span {
    background: #E76C1F;
    color: #fff;
}

.rts-cta-area .cta-solari-wrapper .left-area span.pre.classGreenColor span {
    background: #1FAE54;
    color: #fff;
}

.rts-cta-area h4.title {
    text-transform: none;
}

/*playlist Text Full*/
.rts-text-full ul {
    list-style: disc;
}

.rts-text-full ul li::marker{
    color: #9CCB3D;
}

/*playlist Homepage Custom Cards*/
.homepage-custom-cards .cta-button {
    margin-top: 50px;
    display: inline-block;
}

.homepage-custom-cards .fa-regular.fa-arrow-right {
    margin-left: 5px;
}

.homepage-custom-cards .single-service-solari::before,
.homepage-custom-cards .single-service-solari::after {
    display: none;
}

.single-service-solari:hover .title {
    color: unset;
}

.homepage-custom-cards .single-service-solari .title {
    color: #000;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: capitalize;
}

.homepage-custom-cards .title-area-center .title .word-line {
    font-family: "Open Sans";
    letter-spacing: 0.64px;
    line-height: 27px;
}

.homepage-custom-cards .title-area-center .title .word-line span {
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    color: #333;
    font-weight: 600;
    font-family: "Open Sans";
}

.homepage-custom-cards .title-area-center .title {
    color: #333;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}
/*playlist Latest Case Area*/
.rts-case-studyes .air-condition-swiper-wrapper .single-case-ac .inner-content .inner h5.title {
    margin-bottom: 5px;
}

.rts-case-studyes .air-condition-swiper-wrapper .single-case-ac .inner-content .inner .disc p {
    color: #808080;
    /*font-family: "Albert Sans";*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.rts-case-studyes .air-condition-swiper-wrapper .single-case-ac .inner-content {
    position: relative; /* Ensure the inner element can be positioned absolutely */
    height: 100%; /* Make sure the parent container takes the full height */
    overflow: hidden;
}

.rts-case-studyes .air-condition-swiper-wrapper .single-case-ac .inner-content .inner {
    display: flex;
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px; /* Add bottom to ensure it stretches to the bottom */
    right: 20px; /* Add right to ensure it stretches to the right */
    display: flex;
    flex-direction: column;
    /*justify-content: space-between; /* Space elements evenly within the container */
    align-items: flex-start; /* Align items to the start of the container */
}

.rts-case-studyes .air-condition-swiper-wrapper .single-case-ac .inner-content .inner .cta-button {
    color: #000;
    /*font-family: "Albert Sans";*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin-top: auto;
}

.rts-case-studyes .air-condition-swiper-wrapper .single-case-ac .inner-content .inner i {
    margin-left: 10px;
}

.rts-case-studyes .stok-bg.images-r.left {
    left: 30%;
} 

.rts-case-studyes .title-area-center {
    text-align: center; 
    width: 100%; 
}

.rts-case-studyes  .word-line {
    display: block;
    margin: 0 auto; 
    max-width: 740px; 
    width: 100%;
    text-align: center; 
    box-sizing: border-box; 
}

.rts-case-studyes .word {
    display: inline-block;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0%);
}
/*playlist*/
.rts-working-process .single-solari-steps-start .thumbnail .steps span {
    -webkit-text-stroke-color: #9CCB3D;
}

/*playlist FAQS Areas Custom*/
.rts-client-review-area-h2 .title-area-left .container {
    text-align: center;
}

.rts-client-review-area-h2 .main-content .title {
    color: #9CCB3D;
}

/*playlist epikoinwnia Form Contact Page*/
.rts-contact-wrapper-form-area .title-area-left .pre {
    margin-bottom: 20px;
}

.rts-contact-wrapper-form-area .title-area-left .pre span {
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    color: #333;
    font-weight: 600;
}

.rts-contact-wrapper-form-area.epikoinwnia input[type=checkbox] ~ label::before, input[type=radio] ~ label::before {
    top: 10px;
}

.rts-contact-wrapper-form-area.epikoinwnia input[type="text"],
.rts-contact-wrapper-form-area.epikoinwnia input[type="email"] {
    margin-bottom: 15px;
}

.rts-contact-wrapper-form-area.epikoinwnia textarea {
    margin-bottom: 15px;
    margin-top: 0;
}

.rts-contact-wrapper-form-area.epikoinwnia input[type=checkbox] ~ label::after, .rts-contact-wrapper-form-area.epikoinwnia input[type=radio] ~ label::after {
    top: 10px !important;
}

/*playlist Contact Form Full page Prasino Shma*/
.contact-page-form .name-email-wraper {
    margin-bottom: 0;
}

/*language-switcher-text*/
.language-switcher-text {
    color: #2C2C2C;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.429px;
}

/*custom playlist banner-without-image*/
.banner-without-image.rts-banner-three-solari:before {
    display: none;
}

.banner-without-image.rts-banner-three-solari .left-banner-content-area-two .pre {
    color: #1A1A1A;
}

.banner-without-image.rts-banner-three-solari .left-banner-content-area-two .title {
    color: #1F1F25;
    font-family: "Open Sans";
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner-without-image.rts-banner-three-solari .left-banner-content-area-two .disc {
    color: #74787C;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
}

/*playlist Program Cards*/
.custom-program-cards .centered-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
    .custom-program-cards .custom-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .custom-program-cards .custom-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
   .custom-program-cards .custom-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .custom-program-cards .custom-container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .custom-program-cards .custom-container {
        max-width: 1334px;
    }
}

.custom-program-cards .custom-container {
    max-width: 1514px;
}

/*playlist Content Left Right with Tabs*/
.custom-image-left-tabs-right .single-about-content-solar div.row p {
    margin-bottom: 10px;
}

/*playlist Banner without Image*/
.banner-without-image.rts-banner-three-solari .left-banner-content-area-two {
    padding: 100px 0px 100px 290px;
}


.banner-without-image.rts-banner-three-solari .left-banner-content-area-two .disc {
    max-width: 40%;
}

@media all and (max-width: 480px) {
    .banner-without-image.rts-banner-three-solari .left-banner-content-area-two .disc {
        max-width: 95%;
    }
}

.banner-without-image.rts-banner-three-solari .left-banner-content-area-two {
    padding-left: 0;
}

.banner-without-image.rts-banner-three-solari .left-banner-content-area-two .title .word-line {
    line-height: 80px;
}
.banner-without-image.rts-banner-three-solari .left-banner-content-area-two .title .word-line .word {
    font-size: 40px;
    line-height: 30px;
}

.banner-without-image.rts-banner-three-solari .custom-padding-left-right {
    padding-left: 0;
    padding-right: 0;
}

.banner-without-image.rts-banner-three-solari .left-banner-content-area-two .title {
    margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
    .banner-without-image.rts-banner-three-solari {
        height: unset;
    }  
    .banner-without-image.rts-banner-three-solari .left-banner-content-area-two .title {
        white-space: nowrap;
    } 
}

@media screen and (max-width: 480px) {
    .banner-without-image.rts-banner-three-solari .left-banner-content-area-two .title .word-line {
        line-height: 58px;
    }
    
    .banner-without-image.rts-banner-three-solari .left-banner-content-area-two .title {
        font-size: 50px;
    }
}
/*fix for section module SectionRTE*/
.rts-cta-area .disc p {
    color: #FFF;    
}

/*playlist Tabs full width*/
.tab-full-width .single-about-content-solar {
    width: 100%;
    box-sizing: border-box; 
}

.tab-full-width .thumbnail {
    width: 100%;
    overflow: hidden; 
}

.tab-full-width .thumbnail img {
    width: 100%;
    height: auto; 
    display: block; 
    object-fit: cover;
}

/*fixes for playlist Services Area tabs text wrap issue*/
.our-service-area-start .pre-title {
    display: inline-block;
    text-align: center; 
}

.our-service-area-start .word-line {
    display: inline-block;
    white-space: nowrap;
}

.our-service-area-start .word {
    display: inline; 
    margin: 0;
    padding: 0; 
}

.custom-image-left-tabs-right .col-lg-6:first-child {
    padding-bottom: 60px;
}


.custom-image-left-tabs-right .nav {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping of tabs */
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/*Playlist Image Left Tabs Right*/
/* Styling for the nav items */
.custom-image-left-tabs-right .about-right-content-area-solar-energy .nav.custom-nav-solar-about .nav-item {
    flex: 1 1 calc(50% - 10px); 
    margin-bottom: 10px; 
    box-sizing: border-box; 
}

/* Media query for three tabs per line */
@media (min-width: 768px) {
    .custom-image-left-tabs-right .about-right-content-area-solar-energy .nav.custom-nav-solar-about .nav-item {
        flex: 1 1 calc(33.333% - 10px); 
    }
}

.custom-image-left-tabs-right .nav-item {
    margin-right: 10px; 
}

@media all and (min-width: 1200px) {
    .custom-image-left-tabs-right .nav-item button {
        min-height: 75px;
    }
}

@media all and (max-width: 1200px) {
    .custom-image-left-tabs-right .nav-item button {
        min-height: unset;
    }
}

.custom-image-left-tabs-right .nav-item:last-child {
    margin-right: 0; 
}


.rts-easy-step-area .title-area-center p.pre span {
    background: #F2E633;
    color: #333;
}

/*hover on menu top and social-icons*/
.header-two-solari.header-top .header-top-m .left .inf {
    display: flex;
    align-items: center;
}

.header-two-solari.header-top .header-top-m .left .inf:hover i,
.header-two-solari.header-top .header-top-m .left .inf:hover a {
    color: #F2E633;
}

.header-two-solari.header-top .header-top-m .right ul li {
    display: flex;
    align-items: center;
}

.header-two-solari.header-top .header-top-m .right .social-header-top-h2 ul li:hover a i {
    color: #F2E633;
}

/*Homepage playlist Homepage Custom Cards */
.homepage-custom-cards .stok-bg.images-r.left{
    display: flex;
} 

@media all and (max-width: 820px) {
    .homepage-custom-cards .stok-bg.images-r.left {
        display: none;
    } 
}

.homepage-custom-cards .custom-padding-bottom {
    padding-bottom: 40px;
}

.homepage-custom-cards .title-area-center {
    top: 50%;
    position: relative;
}

.homepage-custom-cards .single-service-solari {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.homepage-custom-cards .single-service-solari .cta-button {
    color: #000;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.rts-working-process .rts-btn.btn-primary {
    display: flex; 
    align-content: center;
    flex-wrap: wrap;
}

.rts-about-area .title {
    text-align: left !important;
}

/*program form adjustments*/
.rts-contact-wrapper-form-area .checkbox-group {
    position: relative;
}

.rts-contact-wrapper-form-area .checkbox-group svg,
.rts-contact-wrapper-form-area .checkbox-container svg{
    position: absolute;
    transform: translateX(50%)
}

.rts-contact-wrapper-form-area .form-select.form-select-lg.mb-3 {
    font-family: "Open Sans", sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 16px;
    font-size-adjust: none;
    font-stretch: 100%;
    font-style: normal;
    color: rgb(110, 119, 125);
}

.rts-contact-wrapper-form-area input:focus,
.rts-contact-wrapper-form-area select:focus,
.rts-contact-wrapper-form-area textarea:focus {
    outline: 1px solid #9CCB3D;
}

.rts-contact-wrapper-form-area .form-fields-wraper input[type="text"] {
    margin-bottom: 0;
}

.rts-contact-wrapper-form-area .form-fields-wraper .col-12 {
    margin-bottom: 0;
}

.mySwiper-programs .swiper-slide {
    min-height: 550px;
}

.rts-contact-wrapper-form-area .consent-text {
    font-weight: 700;
}

.rts-contact-wrapper-form-area input[type="checkbox"]:checked {        
    background-color: #9CCB3D; 
    border-color: #9CCB3D;
}

.rts-contact-wrapper-form-area  input[type="checkbox"]:checked + label::before {
     background-color: #9CCB3D; 
}

/*Specific css for playlist Text Full on page  Δήλωση Απορρήτου*/
#playlist-214 .disc ul li {
    list-style-type: disc;
    font-size: 1em;
    list-style-position: inside;
}

#playlist-214 .disc p {
    margin-top: 20px;
    margin-bottom: 20px;
}

#playlist-214 .disc p strong {
    font-size: 20px;
}

/*Sidebar button color adjustments */
.side-bar button i {
    background-color: #9CCB3D;
}

.mobile-menu-main .mainmenu.metismenu .has-droupdown:after {
    background-color: #9CCB3D !important;
}

.menu-btn svg {
    fill: #9CCB3D !important;
}

.menu-btn svg rect {
    fill: unset;
}

/*@media all and (max-width: 991px) {*/
/*    #sidebar .mobile-menu-main {*/
/*        display: flex !important;*/
/*        flex-direction: column;*/
/*    }*/
/*}*/

#side-bar .rts-btn.btn-primary {
    margin-top: 30px;   
}

@media all and (max-width: 480px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contact-page-form input#imageUpload {
    background: unset;
    border: unset;
    box-shadow: unset;
}

.rts-footer-one .border-top-copyright {
    padding-bottom: 20px;
}

@media all and (max-width: 480px) {
    .rts-footer-one .border-top-copyright {
        padding-bottom: 40px;
    }
}

@media all and (max-width: 480px) {
    .rts-contact-wrapper-form-area .col-6 {
        width: 100%
    }
}

.mySwiper-programs .swiper-slide {
    max-width: 100%;
} 

/*Playlist Program Cards Hover state on button Μάθετε περισσότερα*/
.custom-learn-more-btn.rts-btn.btn-primary:hover {
    background: #1f1f25;
    color: #fff;
}

.single-card-program .custom-learn-more-btn {
    pointer-events: auto;
}

/*Payment Form styles*/
.form--area-payment .pre {
    color: #9CCB3D;
}

.payment-form input:focus {
    outline: 1px solid #9CCB3D;
}

.payment-form .row.contact-form-inner{
    margin-top: 30px;
}

.contact-section.contact-page-form.payment-form input[type="text"], 
.contact-section.contact-page-form.payment-form input[type="email"], 
.contact-section.contact-page-form.payment-form input[type="tel"], 
.contact-section.contact-page-form.payment-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/*text full */
.rts-text-full .sm-sd-content-wrapper .pre {
    margin-bottom: 15px;
}

.rts-text-full .sm-sd-content-wrapper .pre span {
    padding: 3px 7px;
    background: #F2E633;
    border-radius: 3px;
    color: #333;
} 

.header-header-two .right {
    display: flex;
}

.header-header-two .right .inf a{
    margin-right: 30px;
    color: #FFF;
}

.header-header-two .right a:hover {
    color: #F2E633;
}

.our-service-area-start-solar .swiper-container {
    width: 100%;
    overflow: hidden;
}

.our-service-area-start-solar .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}

.our-service-area-start-solar .swiper-slide {
    flex-shrink: 0;
}

.swiper.mySwiper-h-2-c {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper.mySwiper-h-2-c .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}

.swiper.mySwiper-h-2-c .swiper-slide {
    /*flex-shrink: 0;*/
    box-sizing: border-box;
    /*width: calc(100% / 4.5 - 10px) !important; */
    width: auto !important;
    margin-right: 10px !important; 
    box-sizing: border-box;
}

@media (max-width: 420px) {
    .swiper.mySwiper-h-2-c .swiper-slide {
        width: 100% !important; /* Ensure slides fit within the viewport */
    }
}

.our-service-area-start-solar .swiper-button-next,
.our-service-area-start-solar .swiper-button-prev {
    z-index: 10;
    position: absolute;
    transform: translateY(-50%);
}

.our-service-area-start-solar .swiper-button-prev {
    left: -800px;
}

.our-service-area-start-solar .swiper-button-next {
    right: -800px;
}

@media (max-width: 1600px) {
    .our-service-area-start-solar .swiper-button-prev {
        left: -700px;
    }

    .our-service-area-start-solar .swiper-button-next {
        right: -700px;
    }
}

@media (max-width: 1280px) {
    .our-service-area-start-solar .swiper-button-prev {
        left: -600px;
    }

    .our-service-area-start-solar .swiper-button-next {
        right: -600px;
    }
}

@media (max-width: 1280px) {
    .our-service-area-start-solar .swiper-button-prev {
        left: -590px;
    }

    .our-service-area-start-solar .swiper-button-next {
        right: -590px;
    }
}

@media (max-width: 1024px) {
    .our-service-area-start-solar .swiper-button-prev {
        left: -500px;
    }

    .our-service-area-start-solar .swiper-button-next {
        right: -500px;
    }
}

@media (max-width: 820px) {
    .our-service-area-start-solar .swiper-button-prev {
        left: -380px;
    }

    .our-service-area-start-solar .swiper-button-next {
        right: -380px;
    }
}

@media (max-width: 768px) {
    .our-service-area-start-solar .swiper-button-prev {
        left: -370px;
    }

    .our-service-area-start-solar .swiper-button-next {
        right: -370px;
    }
}

.single-card-program img, .program-card-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 250px;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .single-card-program img, .program-card-img {
        height: 180px;
    }
}

.single-card-program img, .program-card-img


.header-two-solari.header-top .header-top-m .left {
    gap: 30px;
}

@media screen and (max-width: 1200px) {
    .inner-content .rts-btn.btn-primary {
        width: 190px;
    }
}

@media screen and (max-width: 1200px) {
    .mobile-menu-main .rts-btn.btn-primary {
        width: 190px;
    }
}

.our-service-area-start-solar .swiper-slide .single-service-start ol li::marker {
    color: #9CCB3D;
    font-weight: 700;
}

.contact-page-form {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

/* Ensure the stacking context is correct */
.contact-page-form {
    position: relative;
    z-index: 1;
}

.swiper.mySwiper-programs {
    z-index: 2;
    height: 500px; 
    position: relative; 
}

.mySwiper-programs .swiper-button-prev,.mySwiper-programs .swiper-button-next {
    z-index: 1000000;
    display: block; 
    visibility: visible;
    opacity: 1; 
}

.textarea-container, .checkbox-container, .col-md-12 {
    position: relative;
    z-index: 1;
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}

.swiper-slide {
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 100%;
}

#playlist-183 {
    margin-top: 70px;
}

@media screen and (min-width: 992px) {
    #playlist-183 {
        margin-top: 150px;
    }
}

.actions-area {
    margin-right: 15px;
}

@media screen and (max-width: 992px) {
    .actions-area { 
        margin-left: auto
    };
}


.single-product-main-four img {
    width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1600px){
    .single-product-main-four {
        gap: 40px;
    }
}

.inner-content {
    height: 0; /* Start with 0 height */
    overflow: hidden; /* Hide content when collapsed */
    transition: height 0.3s ease; /* Smooth transition effect */
}

/*FOUC for ΑΠΟΣΤΟΛΗ ΜΑΣ ΝΑ ΠΑΡΕΧΟΥΜΕ ΒΙΩΣΙΜΕΣ ΕΝΕΡΓΕΙΑΚΕΣ ΛΥΣΕΙΣ on page /hlektrikh-energeia/gia-to-spiti/*/
.small-bottom-right.bg_image {
  visibility: hidden;
  opacity: 0;         
  transition: opacity 0.5s ease-in-out;
}

.content-left-right a.btn-custom,.content-left-right a.btn-custom img {
    padding: 0;
    width: 100% !important;
    max-width: 150px;
}

.rts-btn.btn-primary.btn-custom:before {
    background: unset;
}

/* Hide slides without removing them from the DOM */
.hide-slide {
    opacity: 0;  
    visibility: hidden; 
    position: absolute;
}

.our-service-area-start-solar .single-service-start .title, 
.our-service-area-start-solar .single-service-start disc, 
.our-service-area-start-solar .single-service-start ol {
    position: absolute;
}  

.our-service-area-start-solar .single-service-start p {
    position: relative;
}
/*GG FIX*/
.rts-cta-area .cta-solari-wrapper .left-area span.pre.classYellowColor span {
    background: #F2E633;
    color: #fff;
} 
.custom-program-cards .card-text-fields .classYellowColor {
    color: #F2E633;
} 
.content-left-right .pre-title.classYellowColor {
    color: #F2E633;
}
.content-left-right-alternative .pre-title.classYellowColor {
    color: #f2e633;
}
.rts-service-details-area .ms-section-title.table-yellow table thead tr th:nth-child(2){
        background-color: #F2E633;
        color:black;
    }
.rts-service-details-area div.disc-1.table-yellow span {
    color: #FFF;
    background: #F2E633;
    padding: 3px 7px;
}
.footer-contact-wrapper-2 .info-content a:hover .title {
    color: #F2E633!important;
}

.our-service-area-start-solar .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23F2E633'%2F%3E%3C%2Fsvg%3E")!important;
}

.our-service-area-start-solar .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23F2E633'%2F%3E%3C%2Fsvg%3E")!important;
}

.rts-banner-three-solari .fontSizeLg .word-line .word{
    font-size:70px;
    }
    
.content-left-right-alternative .rts-btn.btn-primary {
    padding-top:12px;
    padding-bottom:12px;
    padding-left:20px;
    padding-right:20px;
    }
 .content-left-right-alternative   .rts-btn.btn-primary.rts-btn-secondary{
        padding-left:50px;
        padding-right:50px;
        margin-left:30px;
        color:white;
     }
@media screen and (max-width: 720px) {
 .content-left-right-alternative   .rts-btn.btn-primary.rts-btn-secondary{
            margin-left:unset;
    }
}
 .content-left-right-alternative  .rts-btn.btn-primary.rts-btn-secondary:before{
        background: #1a1a1a;
        
    }

.yellowBtnFlows .fa-regular.fa-file-lines {
    display:none;
}
.yellowBtnFlows .sm-sd-content-wrapper {
    justify-content:center;
}
.yellowBtnFlows .text-container {
    align-items: center;
}
.yellowBtnFlows .sm-sd-content-wrapper {
    background-color: #f2e633;
    padding:13px;
    border-radius:5px;
}
.yellowBtnFlows a:hover {
    color:black;
}
.yellowBtnFlows .pre {
    color:black;
}
.yellowBtnFlows.pdf-list.rts-text-full .sm-sd-content-wrapper{
    background:#F2E633;
    }

classYellowColor

@media screen and (max-width: 720px) {
    #playlist-196 .rts-btn,
    #playlist-268 .rts-btn,
    #playlist-342 .rts-btn,
    #playlist-337 .rts-btn

    {
        min-width: fit-content;
    }
}
/*fixes temp for 4 cols only certain*/
#playlist-552  .ms-section-title.table-blue table thead tr th:first-child {
    background-color: white;
    color: #6e777d;
}

#playlist-552 .ms-section-title.table-blue table thead tr th:nth-child(2) {
     background-color: white;
     color: #6e777d;
}


#playlist-556  .ms-section-title.table-blue table thead tr th:first-child {
    background-color: white;
    color: #6e777d;
}

#playlist-556 .ms-section-title.table-blue table thead tr th:nth-child(2) {
     background-color: white;
     color: #6e777d;
}

.ms-section-title.orange table thead tr th:first-child,
.ms-section-title.orange table thead tr th:nth-child(2) {
    background-color: white;
    color: #E76C1F;
}

.rts-service-details-area .ms-section-title.orange table thead tr th:first-child {
    background-color: rgba(231, 108, 31, 0.2);
    color: #E76C1F;
}

.rts-service-details-area .ms-section-title.orange table thead tr th:nth-child(2) {
    background-color: #E76C1F;
    color: white;
}

.rts-service-details-area div.disc-1.orange span {
    color: #fff;
    background: #E76C1F;
    padding: 3px 7px;
}